From: Stefan Monnier Date: Fri, 13 Mar 2009 16:12:43 +0000 (+0000) Subject: (Ffontset_info): YAILOM (Yet another int/Lisp_Object mixup). X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1287 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d04efde21471ce1c43eeb202ee17b8c76084be7b;p=emacs.git (Ffontset_info): YAILOM (Yet another int/Lisp_Object mixup). --- diff --git a/src/ChangeLog b/src/ChangeLog index 8c5054ddefb..2e10ecbd8e6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,7 +1,7 @@ 2009-03-13 Stefan Monnier - * fontset.c (fontset_from_font): YAILOM (Yet another int/Lisp_Object - mixup). + * fontset.c (fontset_from_font, Ffontset_info): YAILOM (Yet another + int/Lisp_Object mixup). 2009-03-13 Kenichi Handa diff --git a/src/fontset.c b/src/fontset.c index 9438c2379a4..32b51aba659 100644 --- a/src/fontset.c +++ b/src/fontset.c @@ -2042,7 +2042,7 @@ format is the same as above. */) } c = to + 1; } - if (fontset == Vdefault_fontset) + if (EQ (fontset, Vdefault_fontset)) break; }